unipost

suspend fun <BodyType, ResultType> unipost(    url: String,     bodyInfo: Pair<<ERROR CLASS><BodyType>, BodyType>,     resultDeserializer: <ERROR CLASS><ResultType>): <ERROR CLASS>